From 1835b5fd1e6255ef9975dfeb369057cbc368b862 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 5 Mar 2004 22:41:53 +0000 Subject: [PATCH] Remove "internally-used" which sounds like "private". Fri Mar 5 23:45:06 2004 Matthias Clasen * gtk/tmpl/gtkinvisible.sgml: Remove "internally-used" which sounds like "private". Tue Mar 2 23:51:24 2004 Matthias Clasen * gtk/tmpl/gtkentrycompletion.sgml: Add a bit about actions. --- docs/reference/ChangeLog | 9 +++++++++ docs/reference/gtk/tmpl/gtkentrycompletion.sgml | 9 ++++++++- docs/reference/gtk/tmpl/gtkinvisible.sgml | 6 +++--- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index e71dc9791e..9991658823 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,12 @@ +Fri Mar 5 23:45:06 2004 Matthias Clasen + + * gtk/tmpl/gtkinvisible.sgml: Remove "internally-used" + which sounds like "private". + +Tue Mar 2 23:51:24 2004 Matthias Clasen + + * gtk/tmpl/gtkentrycompletion.sgml: Add a bit about actions. + Mon Mar 1 19:47:48 2004 Owen Taylor * === Released 2.3.5 ==== diff --git a/docs/reference/gtk/tmpl/gtkentrycompletion.sgml b/docs/reference/gtk/tmpl/gtkentrycompletion.sgml index 7ead3a9edc..7bb0cc98ea 100644 --- a/docs/reference/gtk/tmpl/gtkentrycompletion.sgml +++ b/docs/reference/gtk/tmpl/gtkentrycompletion.sgml @@ -9,11 +9,18 @@ completion functionality for GtkEntry #GtkEntryCompletion is an auxiliary object to be used in conjunction with #GtkEntry to provide the completion functionality. It implements the #GtkCellLayout interface, to allow the user to add extra cells to the -TreeView with completion matches. +#GtkTreeView with completion matches. To add completion functionality to an entry, use gtk_entry_set_completion(). + +In addition to regular completion matches, which will be inserted into the +entry when they are selected, #GtkEntryCompletion also allows to display +"actions" in the popup window. Their appearance is similar to menuitems, +to differentiate them clearly from completion strings. When an action is +selected, the ::action-activated signal is emitted. + diff --git a/docs/reference/gtk/tmpl/gtkinvisible.sgml b/docs/reference/gtk/tmpl/gtkinvisible.sgml index 95718df86d..c34b8641a1 100644 --- a/docs/reference/gtk/tmpl/gtkinvisible.sgml +++ b/docs/reference/gtk/tmpl/gtkinvisible.sgml @@ -2,12 +2,12 @@ GtkInvisible -internally-used widget which is not displayed. +a widget which is not displayed. -The #GtkInvisible widget is used internally in GTK+, and is probably not useful -for application developers. +The #GtkInvisible widget is used internally in GTK+, and is probably not +very useful for application developers. It is used for reliable pointer grabs and selection handling in the code -- 2.30.2